home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Advanced Placement Companion: Precalculus
/
Advanced Placement Companion: Precalculus.iso
/
pc
/
M_DIR
/
12-03101.DIR
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-15
|
265 b
|
14 lines
on exitFrame
if rollOver(8) = 1 then
set the visible of sprite 5 to 1
else
set the visible of sprite 5 to 0
end if
if rollOver(9) = 1 then
set the visible of sprite 6 to 1
else
set the visible of sprite 6 to 0
end if
go(the frame)
end